bitwise complement造句
例句与造句
- bitwise complement operators are predefined for
按位求补运算符是为 - computes the bitwise complement of a value
计算一个值的按位求补。 - operator performs a bitwise complement operation on its operand
运算符执行操作数的按位求补运算。 - bitwise complement operator
按位求补运算符 - method returns the bitwise complement of where the item would have been if it existed
方法返回此项应该出现位置的按位求补(如果存在)。 - It's difficult to find bitwise complement in a sentence. 用bitwise complement造句挺难的
- instruction computes the bitwise complement of an integer value and pushes the result onto the stack
指令计算整数值的按位求补并将结果推送到堆栈上。 - a negative number which is the bitwise complement of the index of the first element that is larger than
中的一个或多个元素,则为一个负数,该负数是大于 - you can apply the bitwise complement operator to the negative result in visual basic,
可对负结果应用按位求补运算符(~)(在visualbasic中,将负结果和-1进行 - operator performs a bitwise complement operation on its operand, which has the effect of reversing each bit
运算符对操作数执行按位求补运算,其效果相当于反转每一位。 - a negative number which is the bitwise complement of the index of the last element plus 1
中的任何元素,则为一个负数,该负数是(最后一个元素的索引加1)的按位求补。 - is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than
的下一个元素索引的按位求补,如果没有更大的元素,则为 - compute the bitwise complement of the two integer values on top of the stack and pushes the result onto the evaluation stack
计算位于堆栈顶部的两个整数值的按位求补并将结果推送到计算堆栈上。 - computes the bitwise complement of the integer value on top of the stack and pushes the result onto the evaluation stack as the same type
计算堆栈顶部整数值的按位求补并将结果作为相同的类型推送到计算堆栈上。 - you can apply the bitwise complement operation to this negative integer to get the index of the first element that is larger than the search value
可以将按位反码运算(~)应用于此负整数,以获取大于搜索值的第一个元素的索引。当向